home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UNIXTOOL / MEMACS / ArcChanges next >
Text File  |  1991-04-14  |  810b  |  15 lines

  1. 1. The variable $lterm is used both for input and output. Note that
  2.    changing $lterm does NOT mark buffers as changed.
  3. 2. show-files and filename completion both skip directories.
  4. 3. Buffer name completion will ignore invisible buffers.
  5. 4. Input of file, buffer, or command names can include any character.
  6.    The most obvious example is space. To enter a character literally,
  7.    type ^Q followed by the character.
  8. 5. Buffers maintain a "file type", which is set and checked via the
  9.    $cftype variable. When setting, any OS format can be used (&FFF,
  10.    text, 2_111111111111, etc). When checking, the value is given in
  11.    decimal.
  12. 6. Setting $cbflags works correctly - ie, you can set a buffer to be
  13.    invisible, and the buffer is not always marked as changed, even if
  14.    you just set the changed flag off!
  15.